home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 26 / Cream of the Crop 26.iso / bbs / a2701_95.zip / ARGUS.EXE / 0 / RCDATA / TNODELISTCFGFORM / TNODELISTCFGFORM.txt
Text File  |  1997-07-16  |  3KB  |  120 lines

  1. object NodeListCfgForm: TNodeListCfgForm
  2.   Left = 261
  3.   Top = 156
  4.   BorderStyle = bsDialog
  5.   Caption = 'Nodelist Configuration'
  6.   ClientHeight = 183
  7.   ClientWidth = 316
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   KeyPreview = True
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnClose = FormClose
  17.   OnCreate = FormCreate
  18.   OnKeyDown = FormKeyDown
  19.   PixelsPerInch = 96
  20.   TextHeight = 13
  21.   object bOK: TButton
  22.     Left = 68
  23.     Top = 150
  24.     Width = 75
  25.     Height = 25
  26.     Caption = 'OK'
  27.     Default = True
  28.     ModalResult = 1
  29.     TabOrder = 0
  30.   end
  31.   object bCancel: TButton
  32.     Left = 148
  33.     Top = 150
  34.     Width = 75
  35.     Height = 25
  36.     Cancel = True
  37.     Caption = 'Cancel'
  38.     ModalResult = 2
  39.     TabOrder = 1
  40.   end
  41.   object bHelp: TButton
  42.     Left = 228
  43.     Top = 150
  44.     Width = 75
  45.     Height = 25
  46.     Caption = 'Help'
  47.     TabOrder = 2
  48.     OnClick = bHelpClick
  49.   end
  50.   object pg: TPageControl
  51.     Left = 0
  52.     Top = 0
  53.     Width = 316
  54.     Height = 145
  55.     ActivePage = Files
  56.     Align = alTop
  57.     TabOrder = 3
  58.     object Files: TTabSheet
  59.       Caption = 'Files'
  60.       object gNL: TAdvGrid
  61.         Left = 8
  62.         Top = 8
  63.         Width = 293
  64.         Height = 98
  65.         FixedFont.Charset = DEFAULT_CHARSET
  66.         FixedFont.Color = clWindowText
  67.         FixedFont.Height = -11
  68.         FixedFont.Name = 'MS Sans Serif'
  69.         FixedFont.Style = []
  70.         ColCount = 2
  71.         DefaultRowHeight = 18
  72.         RowCount = 2
  73.         Font.Charset = DEFAULT_CHARSET
  74.         Font.Color = clBlack
  75.         Font.Height = -12
  76.         Font.Name = 'Fixedsys'
  77.         Font.Style = []
  78.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRowMoving, goEditing, goThumbTracking, goDigitalRows]
  79.         ParentFont = False
  80.         PopupMenu = gNL.
  81.         TabOrder = 0
  82.         ColWidths = (
  83.           31
  84.           243)
  85.       end
  86.     end
  87.     object Phones: TTabSheet
  88.       Caption = 'Phones'
  89.       object gPhn: TAdvGrid
  90.         Left = 8
  91.         Top = 8
  92.         Width = 293
  93.         Height = 98
  94.         FixedFont.Charset = DEFAULT_CHARSET
  95.         FixedFont.Color = clWindowText
  96.         FixedFont.Height = -11
  97.         FixedFont.Name = 'MS Sans Serif'
  98.         FixedFont.Style = []
  99.         ColCount = 3
  100.         DefaultColWidth = 100
  101.         DefaultRowHeight = 18
  102.         RowCount = 2
  103.         Font.Charset = DEFAULT_CHARSET
  104.         Font.Color = clBlack
  105.         Font.Height = -12
  106.         Font.Name = 'Fixedsys'
  107.         Font.Style = []
  108.         Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goEditing, goTabs, goThumbTracking, goDigitalRows]
  109.         ParentFont = False
  110.         PopupMenu = gPhn.
  111.         TabOrder = 0
  112.         ColWidths = (
  113.           31
  114.           118
  115.           124)
  116.       end
  117.     end
  118.   end
  119. end
  120.